Previous Book Contents Book Index Next

Inside Macintosh: /
QuickDraw 3D RAVE / QuickDraw 3D RAVE Reference
QuickDraw 3D RAVE Routines / Manipulating Draw Contexts


QASetPtr

You can use the QASetPtr function to set a pointer value for a draw context state variable.

#define QASetPtr(drawContext,tag,newValue) \
            (drawContext)->setPtr (drawContext,tag,newValue)
drawContext
A draw context.
tag
A state variable tag.
newValue
The new value of the specified state variable.
DESCRIPTION
The QASetPtr function sets the value of the draw context state variable specified by the drawContext and tag parameters to the pointer value specified by the newValue parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
28 AUG 1996